From 1812df66954e9190e9615c7a752f929404fc5eaf Mon Sep 17 00:00:00 2001 From: Bar Magal Date: Sun, 5 Jul 2015 23:24:31 +0300 Subject: [PATCH] Undo unintentional delete of provide line --- which-key.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/which-key.el b/which-key.el index 59caa12ca51..30a83b50604 100644 --- a/which-key.el +++ b/which-key.el @@ -291,3 +291,5 @@ longest key and description in the buffer, respectively." (if (> (length desc) which-key-max-description-length) (concat (substring desc 0 which-key-max-description-length) "..") desc)) + +(provide 'which-key) -- 2.30.2